func runtime.int64Hash
3 uses
runtime (current package)
alg.go#L289: func int64Hash(i uint64, seed uintptr) uintptr {
proc.go#L800: lo := uint32(int64Hash(uint64(mp.id), fastrandseed))
proc.go#L801: hi := uint32(int64Hash(uint64(cputicks()), ^fastrandseed))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)